enregistrement
Les structures d'accès au droit en Île-de-France
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"les_structures_d_acces_au_droit_en_ile-de-france",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/les_structures_d_acces_au_droit_en_ile-de-france"
}
] - "definitions":{
- "les_structures_d_acces_au_droit_en_ile-de-france":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/les_structures_d_acces_au_droit_en_ile-de-france_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "les_structures_d_acces_au_droit_en_ile-de-france_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "identifiant":,{
- "type":"string",
- "title":"Identifiant",
- "description":""
} - "date_de_derniere_modification":,{
- "type":"string",
- "format":"date",
- "title":"Date de dernière modification",
- "description":""
} - "intitule":,{
- "type":"string",
- "title":"Intitulé",
- "description":""
} - "categories":,{
- "type":"string",
- "title":"Catégories",
- "description":""
} - "nomenclature_dila":,{
- "type":"string",
- "title":"Nomenclature Dila",
- "description":""
} - "sigle":,{
- "type":"string",
- "title":"Sigle",
- "description":""
} - "code_insee_commune":,{
- "type":"integer",
- "title":"Code Insee commune",
- "description":""
} - "code_postal":,{
- "type":"integer",
- "title":"Code postal",
- "description":""
} - "localite":,{
- "type":"string",
- "title":"Localité",
- "description":""
} - "dept":,{
- "type":"integer",
- "title":"Dept",
- "description":""
} - "fax":,{
- "type":"string",
- "title":"Fax",
- "description":""
} - "courriel":,{
- "type":"string",
- "title":"Courriel",
- "description":""
} - "latitude":,{
- "type":"string",
- "title":"Latitude",
- "description":""
} - "longitude":,{
- "type":"string",
- "title":"Longitude",
- "description":""
} - "precision":,{
- "type":"integer",
- "title":"Précision",
- "description":""
} - "lat_lon":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Lat-Lon",
- "description":""
} - "ressort":,{
- "type":"string",
- "title":"Ressort",
- "description":""
} - "reseaux":,{
- "type":"string",
- "title":"Réseaux",
- "description":""
} - "organisme":,{
- "type":"string",
- "title":"Organisme",
- "description":""
} - "site_web":,{
- "type":"string",
- "title":"Site Web",
- "description":""
} - "horaires_d_ouverture":,{
- "type":"string",
- "title":"Horaires d'ouverture",
- "description":""
} - "intervenants":,{
- "type":"string",
- "title":"Intervenants",
- "description":""
} - "organisme_tuteur":,{
- "type":"string",
- "title":"Organisme tuteur",
- "description":""
} - "date_de_la_convention_cadre":,{
- "type":"string",
- "title":"Date de la convention-cadre",
- "description":""
} - "horaires_permanence_d_information_generaliste":,{
- "type":"string",
- "title":"Horaires permanence d'information généraliste",
- "description":""
} - "url":,{
- "type":"string",
- "title":"URL",
- "description":""
} - "horaires_permanence_mediation_familiale":,{
- "type":"string",
- "title":"Horaires permanence « médiation familiale »",
- "description":""
} - "horaires_permanence_de_conseil_juridique":,{
- "type":"string",
- "title":"Horaires permanence de conseil juridique",
- "description":""
} - "horaires_permanence_droit_administratif_litige_avec_les_administrations":,{
- "type":"string",
- "title":"Horaires permanence « droit administratif, litige avec les administrations »",
- "description":""
} - "horaires_permanence_conciliation_resolution_amiable_des_conflits":,{
- "type":"string",
- "title":"Horaires permanence « conciliation, résolution amiable des conflits »",
- "description":""
} - "horaires_permanence_lutte_contre_les_discriminations":,{
- "type":"string",
- "title":"Horaires permanence « lutte contre les discriminations »",
- "description":""
} - "horaires_permanence_droit_du_logement_expulsions_locatives":,{
- "type":"string",
- "title":"Horaires permanence « droit du logement, expulsions locatives »",
- "description":""
} - "horaires_permanence_consommation_surendettement":,{
- "type":"string",
- "title":"Horaires permanence « consommation, surendettement »",
- "description":""
} - "mission":,{
- "type":"string",
- "title":"Mission",
- "description":""
} - "horaires_permanence_aide_aux_victimes":,{
- "type":"string",
- "title":"Horaires permanence « aide aux victimes »",
- "description":""
} - "horaires_permanence_droit_de_la_famille":,{
- "type":"string",
- "title":"Horaires permanence « droit de la famille »",
- "description":""
} - "horaires_permanence_droit_du_travail":,{
- "type":"string",
- "title":"Horaires permanence « droit du travail »",
- "description":""
} - "horaires_permanence_droit_des_etrangers":,{
- "type":"string",
- "title":"Horaires permanence « droit des étrangers »",
- "description":""
} - "horaires_permanence_droits_des_jeunes":,{
- "type":"string",
- "title":"Horaires permanence « droits des jeunes »",
- "description":""
} - "missions":,{
- "type":"string",
- "title":"Missions",
- "description":""
} - "actions_menees_par_le_cdad":,{
- "type":"string",
- "title":"Actions menées par le CDAD",
- "description":""
} - "flux_d_actualite":,{
- "type":"string",
- "title":"Flux d'actualité",
- "description":""
} - "ndeg_et_libelle_de_voie":,{
- "type":"string",
- "title":"N° et libellé de voie",
- "description":""
} - "telephone":{
- "type":"string",
- "title":"Téléphone",
- "description":""
}
} - "identifiant":
}
} - "fields":
} - "properties":
} - "les_structures_d_acces_au_droit_en_ile-de-france":
}